home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_153 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  299 b   |  13 lines

  1. on(press){
  2.    if((_root._currentframe < 40 || _root._currentframe == 55) && _root.even7 > 3)
  3.    {
  4.       if(_root.even7 == 4)
  5.       {
  6.          _root.TUTS.nextFrame();
  7.          _root.even7 = 5;
  8.       }
  9.       _root.take = _root.micon._currentframe;
  10.       _root.micon.gotoAndStop(1);
  11.    }
  12. }
  13.